org.apache.hello_world_soap_http
Class BaseGreeterImpl
java.lang.Object
org.apache.hello_world_soap_http.BaseGreeterImpl
- All Implemented Interfaces:
- org.apache.hello_world_soap_http.Greeter
- Direct Known Subclasses:
- GreeterImpl
public class BaseGreeterImpl
- extends java.lang.Object
- implements org.apache.hello_world_soap_http.Greeter
Method Summary |
javax.xml.ws.WebServiceContext |
getContext()
|
int |
getInvocationCount()
|
java.lang.String |
getPrefix()
|
java.lang.String |
greetMe(java.lang.String me)
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeResponse> |
greetMeAsync(java.lang.String requestType)
|
java.util.concurrent.Future<?> |
greetMeAsync(java.lang.String requestType,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeResponse> asyncHandler)
|
java.lang.String |
greetMeLater(long delay)
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> |
greetMeLaterAsync(long requestType)
|
java.util.concurrent.Future<?> |
greetMeLaterAsync(long requestType,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> asyncHandler)
|
void |
greetMeOneWay(java.lang.String requestType)
|
java.lang.String |
greetMeSometime(java.lang.String me)
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> |
greetMeSometimeAsync(java.lang.String requestType)
|
java.util.concurrent.Future<?> |
greetMeSometimeAsync(java.lang.String requestType,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> asyncHandler)
|
java.lang.String |
sayHi()
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.SayHiResponse> |
sayHiAsync()
|
java.util.concurrent.Future<?> |
sayHiAsync(javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.SayHiResponse> asyncHandler)
|
void |
setPrefix(java.lang.String p)
|
org.apache.hello_world_soap_http.types.BareDocumentResponse |
testDocLitBare(java.lang.String in)
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.BareDocumentResponse> |
testDocLitBareAsync(java.lang.String bare)
|
java.util.concurrent.Future<?> |
testDocLitBareAsync(java.lang.String bare,
javax.xml.ws.AsyncHandler ah)
|
void |
testDocLitFault(java.lang.String faultType)
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> |
testDocLitFaultAsync(java.lang.String faultType)
|
java.util.concurrent.Future<?> |
testDocLitFaultAsync(java.lang.String faultType,
javax.xml.ws.AsyncHandler ah)
|
java.lang.String |
testNillable(java.lang.String nillElem,
int intElem)
|
javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestNillableResponse> |
testNillableAsync(java.lang.String nillElem,
int intElem)
|
java.util.concurrent.Future<?> |
testNillableAsync(java.lang.String nillElem,
int intElem,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.TestNillableResponse> asyncHandler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseGreeterImpl
public BaseGreeterImpl()
getContext
public javax.xml.ws.WebServiceContext getContext()
setPrefix
public void setPrefix(java.lang.String p)
getPrefix
public java.lang.String getPrefix()
greetMe
public java.lang.String greetMe(java.lang.String me)
- Specified by:
greetMe
in interface org.apache.hello_world_soap_http.Greeter
greetMeLater
public java.lang.String greetMeLater(long delay)
- Specified by:
greetMeLater
in interface org.apache.hello_world_soap_http.Greeter
sayHi
public java.lang.String sayHi()
- Specified by:
sayHi
in interface org.apache.hello_world_soap_http.Greeter
testDocLitFault
public void testDocLitFault(java.lang.String faultType)
throws org.apache.hello_world_soap_http.BadRecordLitFault,
org.apache.hello_world_soap_http.NoSuchCodeLitFault
- Specified by:
testDocLitFault
in interface org.apache.hello_world_soap_http.Greeter
- Throws:
org.apache.hello_world_soap_http.BadRecordLitFault
org.apache.hello_world_soap_http.NoSuchCodeLitFault
greetMeOneWay
public void greetMeOneWay(java.lang.String requestType)
- Specified by:
greetMeOneWay
in interface org.apache.hello_world_soap_http.Greeter
greetMeSometime
public java.lang.String greetMeSometime(java.lang.String me)
- Specified by:
greetMeSometime
in interface org.apache.hello_world_soap_http.Greeter
testDocLitBare
public org.apache.hello_world_soap_http.types.BareDocumentResponse testDocLitBare(java.lang.String in)
greetMeSometimeAsync
public java.util.concurrent.Future<?> greetMeSometimeAsync(java.lang.String requestType,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> asyncHandler)
- Specified by:
greetMeSometimeAsync
in interface org.apache.hello_world_soap_http.Greeter
greetMeSometimeAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeSometimeResponse> greetMeSometimeAsync(java.lang.String requestType)
- Specified by:
greetMeSometimeAsync
in interface org.apache.hello_world_soap_http.Greeter
testDocLitFaultAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestDocLitFaultResponse> testDocLitFaultAsync(java.lang.String faultType)
- Specified by:
testDocLitFaultAsync
in interface org.apache.hello_world_soap_http.Greeter
testDocLitFaultAsync
public java.util.concurrent.Future<?> testDocLitFaultAsync(java.lang.String faultType,
javax.xml.ws.AsyncHandler ah)
- Specified by:
testDocLitFaultAsync
in interface org.apache.hello_world_soap_http.Greeter
testDocLitBareAsync
public java.util.concurrent.Future<?> testDocLitBareAsync(java.lang.String bare,
javax.xml.ws.AsyncHandler ah)
testDocLitBareAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.BareDocumentResponse> testDocLitBareAsync(java.lang.String bare)
greetMeAsync
public java.util.concurrent.Future<?> greetMeAsync(java.lang.String requestType,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeResponse> asyncHandler)
- Specified by:
greetMeAsync
in interface org.apache.hello_world_soap_http.Greeter
greetMeAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeResponse> greetMeAsync(java.lang.String requestType)
- Specified by:
greetMeAsync
in interface org.apache.hello_world_soap_http.Greeter
greetMeLaterAsync
public java.util.concurrent.Future<?> greetMeLaterAsync(long requestType,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> asyncHandler)
- Specified by:
greetMeLaterAsync
in interface org.apache.hello_world_soap_http.Greeter
greetMeLaterAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.GreetMeLaterResponse> greetMeLaterAsync(long requestType)
- Specified by:
greetMeLaterAsync
in interface org.apache.hello_world_soap_http.Greeter
sayHiAsync
public java.util.concurrent.Future<?> sayHiAsync(javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.SayHiResponse> asyncHandler)
- Specified by:
sayHiAsync
in interface org.apache.hello_world_soap_http.Greeter
sayHiAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.SayHiResponse> sayHiAsync()
- Specified by:
sayHiAsync
in interface org.apache.hello_world_soap_http.Greeter
getInvocationCount
public int getInvocationCount()
testNillable
public java.lang.String testNillable(java.lang.String nillElem,
int intElem)
- Specified by:
testNillable
in interface org.apache.hello_world_soap_http.Greeter
testNillableAsync
public javax.xml.ws.Response<org.apache.hello_world_soap_http.types.TestNillableResponse> testNillableAsync(java.lang.String nillElem,
int intElem)
- Specified by:
testNillableAsync
in interface org.apache.hello_world_soap_http.Greeter
testNillableAsync
public java.util.concurrent.Future<?> testNillableAsync(java.lang.String nillElem,
int intElem,
javax.xml.ws.AsyncHandler<org.apache.hello_world_soap_http.types.TestNillableResponse> asyncHandler)
- Specified by:
testNillableAsync
in interface org.apache.hello_world_soap_http.Greeter
Apache CXF