Construct as Provider-based endpoint which does not have specific WSDL operations. Since there
are no specific WSDL operations in this case, there will be a single generic operation that
will accept any incoming operation.
Parameters: dbc - Parameters: parent -
Build an EndpointInterfaceDescription from a DescriptionBuilderComposite. This EID has
WSDL operations associated with it. It could represent an SEI-based endpoint built from
WSDL or annotations, OR it could represent a Provider-based enpoint built from WSDL. It will
not represent a Provider-based endpoint built without WSDL (which does not know about
specific WSDL operations). For that type of EID, see:
See Also:EndpointInterfaceDescriptionImpl.EndpointInterfaceDescriptionImpl(DescriptionBuilderComposite dbc,EndpointDescriptionImpl parent) Parameters: dbc - Parameters: isClass - Parameters: parent -
Return an array of Operations given an operation QName. Note that an array is returned since
a WSDL operation may be overloaded per JAX-WS.
Parameters: operationQName -
Return an OperationDescription for the corresponding SEI method. Note that this ONLY works
if the OperationDescriptions were created from introspecting an SEI. If the were created
with a WSDL then use the getOperation(QName) method, which can return > 1 operation.
Parameters: seiMethod - The java.lang.Method from the SEI for which an OperationDescription iswanted
Return the OperationDescriptions corresponding to a particular Java method name. Note that an
array is returned because a method could be overloaded.
Parameters: javaMethodName - String representing a Java Method Name
Update a previously created EndpointInterfaceDescription with information from an annotated
SEI. This should only be necessary when the this was created with WSDL. In this case, the
information from the WSDL is augmented based on the annotated SEI.
Parameters: sei -