|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.model.JavaMethodImpl
public final class JavaMethodImpl
Build this runtime model using java SEI and annotations
| Constructor Summary | |
|---|---|
JavaMethodImpl(AbstractSEIModelImpl owner,
java.lang.reflect.Method method,
java.lang.reflect.Method seiMethod,
MetadataReader metadataReader)
|
|
| Method Summary | |
|---|---|
SOAPBinding |
getBinding()
Binding object - a SOAPBinding isntance. |
CheckedExceptionImpl |
getCheckedException(java.lang.Class exceptionClass)
|
CheckedExceptionImpl |
getCheckedException(com.sun.xml.bind.api.TypeReference detailType)
Deprecated. |
java.util.List<CheckedExceptionImpl> |
getCheckedExceptions()
|
java.lang.String |
getInputAction()
|
int |
getInputParametersCount()
Deprecated. no longer use in the new architecture |
MEP |
getMEP()
|
java.lang.reflect.Method |
getMethod()
On the server side, it uses this for invocation of the web service |
WSDLBoundOperation |
getOperation()
Deprecated. |
java.lang.String |
getOperationName()
Gives the wsdl:operation@name value |
javax.xml.namespace.QName |
getOperationQName()
|
ActionBasedOperationSignature |
getOperationSignature()
|
java.lang.String |
getOutputAction()
|
SEIModel |
getOwner()
Gets the root SEIModel that owns this model. |
java.lang.String |
getRequestMessageName()
Gives the request wsdl:message@name value |
java.util.List<ParameterImpl> |
getRequestParameters()
|
javax.xml.namespace.QName |
getRequestPayloadName()
Gives soap:Body's first child's name for request message. |
java.lang.String |
getResponseMessageName()
Gives the response wsdl:messageName value |
java.util.List<ParameterImpl> |
getResponseParameters()
|
javax.xml.namespace.QName |
getResponsePayloadName()
Gives soap:Body's first child's name for response message. |
java.lang.reflect.Method |
getSEIMethod()
This should be used if you want to access annotations on WebMethod Returns the SEI method if there is one. |
java.lang.String |
getSOAPAction()
|
boolean |
isAsync()
Returns if the java method is async |
void |
setOperationQName(javax.xml.namespace.QName name)
|
void |
setRequestPayloadName(javax.xml.namespace.QName n)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaMethodImpl(AbstractSEIModelImpl owner,
java.lang.reflect.Method method,
java.lang.reflect.Method seiMethod,
MetadataReader metadataReader)
owner - method - : Implementation class methodseiMethod - : corresponding SEI Method.
Is there is no SEI, it should be Implementation class method| Method Detail |
|---|
public ActionBasedOperationSignature getOperationSignature()
public SEIModel getOwner()
JavaMethodSEIModel that owns this model.
getOwner in interface JavaMethodpublic java.lang.reflect.Method getMethod()
JavaMethod
@WebService(endpointInterface="I")
class A { }
In this case, it retuns A's method
@WebService(endpointInterface="I")
class A implements I { }
In this case, it returns A's method
@WebService
class A { }
In this case, it returns A's method
getMethod in interface JavaMethodJavaMethodpublic java.lang.reflect.Method getSEIMethod()
JavaMethod
@WebService(endpointInterface="I")
class A { }
In this case, it retuns I's method
@WebService(endpointInterface="I")
class A implements I { }
In this case, it returns I's method
@WebService
class A { }
In this case, it returns A's method
getSEIMethod in interface JavaMethodJavaMethodpublic MEP getMEP()
getMEP in interface JavaMethodpublic SOAPBinding getBinding()
JavaMethodSOAPBinding isntance.
getBinding in interface JavaMethodpublic WSDLBoundOperation getOperation()
WSDLBoundOperation Operation associated with JavaMethodImpl
operation.
public void setOperationQName(javax.xml.namespace.QName name)
public javax.xml.namespace.QName getOperationQName()
public java.lang.String getSOAPAction()
public java.lang.String getOperationName()
JavaMethod
getOperationName in interface JavaMethodpublic java.lang.String getRequestMessageName()
JavaMethod
getRequestMessageName in interface JavaMethodpublic java.lang.String getResponseMessageName()
JavaMethod
getResponseMessageName in interface JavaMethodMEP.isOneWay()public void setRequestPayloadName(javax.xml.namespace.QName n)
@Nullable public javax.xml.namespace.QName getRequestPayloadName()
JavaMethod
getRequestPayloadName in interface JavaMethod@Nullable public javax.xml.namespace.QName getResponsePayloadName()
JavaMethod
getResponsePayloadName in interface JavaMethodpublic java.util.List<ParameterImpl> getRequestParameters()
public java.util.List<ParameterImpl> getResponseParameters()
public int getInputParametersCount()
public CheckedExceptionImpl getCheckedException(java.lang.Class exceptionClass)
exceptionClass -
public java.util.List<CheckedExceptionImpl> getCheckedExceptions()
public java.lang.String getInputAction()
public java.lang.String getOutputAction()
public CheckedExceptionImpl getCheckedException(com.sun.xml.bind.api.TypeReference detailType)
detailType -
public boolean isAsync()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||